From: Andrea Corallo Date: Thu, 15 Feb 2024 18:17:07 +0000 (+0100) Subject: ; * lisp/emacs-lisp/comp.el (comp--write-bytecode-file): Add comment. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2539 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4dbc3bbcc568182380d4646310a652285e210876;p=emacs.git ; * lisp/emacs-lisp/comp.el (comp--write-bytecode-file): Add comment. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 6879e6aeeb9..593291a379e 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -3495,6 +3495,7 @@ last directory in `native-comp-eln-load-path')." else collect (byte-compile-file file)))) +;; In use by elisp-mode.el (defun comp--write-bytecode-file (eln-file) "After native compilation write the bytecode file for ELN-FILE. Make sure that eln file is younger than byte-compiled one and